Update semver to 0.2.0
authorSteve Klabnik <steve@steveklabnik.com>
Fri, 4 Dec 2015 15:56:34 +0000 (10:56 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Fri, 4 Dec 2015 16:14:39 +0000 (11:14 -0500)
Cargo.lock
Cargo.toml

index c77d978b6e0dfa65477607a381c1e4eb3dbef830..aacd8e5fa186f5c6d3360c4a02e5a131c5ae6b82 100644 (file)
@@ -22,7 +22,7 @@ dependencies = [
  "num_cpus 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
+ "semver 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "tar 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "term 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -362,7 +362,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "semver"
-version = "0.1.20"
+version = "0.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
index 4cc934c5c7499c4c010e6abf0dce72cafaaae2cc..4de71843f9a05e58bf1565c138b9aacc5f462151 100644 (file)
@@ -35,7 +35,7 @@ log = "0.3"
 num_cpus = "0.2"
 regex = "0.1"
 rustc-serialize = "0.3"
-semver = "0.1"
+semver = "0.2.0"
 tar = "0.3"
 term = "0.2"
 time = "0.1"